home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / drives.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  1.6 KB  |  81 lines

  1. @charset "utf-8";
  2. /* Stylesheet for the Opera drives document */
  3. /* Copyright 2008 Opera Software */
  4. @media tv {html {font-size: 150%;}}
  5. @media screen, projection, tv, speech {
  6. html {
  7.     font-family: sans-serif;
  8.     color: hsl(0,0%,22%);
  9.     background-color: hsl(0,0%,93%);
  10.     margin: 0 auto 10px;
  11.     border-width: 0 1px;
  12.     border-color: hsl(0,0%,57%);
  13.     border-style: solid;
  14.     max-width: 600px;
  15.     voice-family: female;
  16. }
  17. body {
  18.     color: inherit;
  19.     background-color: hsl(0,0%,96%);
  20.     margin: 0;
  21. }
  22. h1 {
  23.     font-family: sans-serif;    
  24.     font-size: 110%;
  25.     font-weight: normal;
  26.     text-align: right;
  27.     letter-spacing: -1px;
  28.     color: hsl(0,0%,29%);
  29.     background-image: url(images/top.png);
  30.     background-repeat: repeat-x;    
  31.     padding: 20px 10px 15px;
  32.     margin: 0;
  33.     border-bottom: 1px solid hsl(0,0%,57%);
  34. }
  35. html[dir="rtl"] h1 {
  36.     text-align: left;
  37.     letter-spacing: normal;
  38. }
  39. ol {
  40.     padding: 0;
  41.     margin: 0;
  42.     list-style: none;
  43. }
  44. li {padding: 15px 40px;}
  45. a {
  46.     color: hsl(0,0%,29%);
  47.     background-color: transparent;
  48. }
  49. a::before {
  50.     content: "";
  51.     background-image: -o-skin('Save');
  52.     margin-right: 15px;
  53.     width: 16px;
  54.     height: 16px;
  55.     display: inline-block;
  56.     speak: none;
  57. }
  58. body::after {
  59.     content: "";
  60.     background-color: hsl(0,0%,98%);
  61.     background-image: url(images/center.png);
  62.     background-repeat: repeat-x;
  63.     background-position: left bottom;
  64.     border-top: 1px solid hsl(0,0%,57%);
  65.     height: 20px;
  66.     width: 100%;
  67.     display: block;
  68.     speak: none;
  69. }
  70. }
  71. @media print {
  72.     * {
  73.         color: black;
  74.         background: white;
  75.         text-decoration: none;
  76.         border: none;
  77.     }
  78.     ol {list-style: none;}
  79. }
  80.  
  81.